Internet System Information Structure
TheOTInetSysInfo
function (page 8-44) returns information about a host in an internet system information structure. The internet system information structure is defined by theInetSysInfo
data type.
struct InetSysInfo { char cpuType[kMaxSysStringLen]; char osType[kMaxSysStringLen]; };
Field Description
cpuType
- The CPU type of the specified host. This is a displayable character string maintained by the domain name server.
osType
- The operating system running on the specified host. This is a displayable character string maintained by the domain name server.